From 84b859ee8c9be110f91c1f106448c2826f1c19fd Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sun, 19 Jan 2014 22:07:34 +0100
Subject: [PATCH] Added notice about the none spawed --cmd option.

---
 doc/vimb.1 | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/vimb.1 b/doc/vimb.1
index db0d0fb..f499cd3 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -17,12 +17,15 @@ Mandatory arguments to long options are mandatory for short options too.
 .TP
 .BI "\-C, \-\-cmd " "CMD"
 Run \fICMD\fP as ex command line right before the first page is loaded.
-Several ex commands can be used separated by "|".
-.br
+Several ex commands can be used separated by "|". Note that this command is
+not run in further spawned instances of vimb. If a link is opened into a new
+browser instance, the \fICMD\fP does not affect the new instance.
+
 Example: `vimb --cmd "set cookie-accept=origin|set header=Referer,DNT=1"`
 .TP
 .BI "\-c, \-\-config " "CONFIG-FILE"
-Use custom configuration given as \fICONFIG-FILE\fP.
+Use custom configuration given as \fICONFIG-FILE\fP. This will also be applied
+on new spawned instances.
 .TP
 .BI "\-e, \-\-embed " "WINID"
 .I WINID
-- 
2.20.1